home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7134 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  991 b 

  1. Path: sn.no!not-for-mail
  2. From: ilan@sn.no (Ilan Sharoni)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: BitMap problem
  5. Date: 10 Apr 1996 06:53:36 +0200
  6. Organization: SN Internett
  7. Message-ID: <4kfesg$sqe@sinsen.sn.no>
  8. NNTP-Posting-Host: sinsen.sn.no
  9. X-Newsreader: THOR 2.0 (SOUP)
  10.  
  11.  
  12.  
  13.  I AllocBitMap(), link it to a RastPort, Text() a string to the
  14. bitmap (should dump it to the printer latter), FreeBitMap() it,
  15. and when it is all done, I can not access the leftmost menu of my
  16. window (this window has nothing to do with the allocated bitmap).
  17. When I press the right-mouse-button over the leftmost menu
  18. (GadTools Menu), the system crash in a colorful firework.
  19. Most often it is Alert no. 8000 0003 (ACPU_AddressErr), but not
  20. always.
  21.  
  22. AllocRaster() instead, or removing the text() call don't help,
  23. only removing the FreeBitMap().
  24.  
  25. I found nothing in the RKRM about "independent" bitmaps and
  26. rastports.
  27.  
  28.  
  29. Any ideas?
  30. Please reply by e-mail.
  31.  
  32.  
  33. p.s.  How do I create a custom ColorMap ?
  34.  
  35.  
  36. ilan
  37.  
  38.  
  39.  
  40.  
  41.